Skip to content

Add missing trigger_error() deprecation to PHP 8.4 release page#1810

Merged
derickr merged 1 commit intophp:masterfrom
lacatoire:fix/missing-deprecation-1233
Mar 17, 2026
Merged

Add missing trigger_error() deprecation to PHP 8.4 release page#1810
derickr merged 1 commit intophp:masterfrom
lacatoire:fix/missing-deprecation-1233

Conversation

@lacatoire
Copy link
Contributor

@lacatoire lacatoire commented Feb 10, 2026

Summary

  • Fixes The PHP 8.4 announcement page misses some deprecations #1233
  • The deprecation of passing E_USER_ERROR to trigger_error() was documented in the ChangeLog but missing from the PHP 8.4 release announcement page
  • Added bc_trigger_error entry to releases/8.4/languages/en.php and the corresponding <li> in release.inc

…1233)

The deprecation of passing E_USER_ERROR to trigger_error() was
documented in the ChangeLog but missing from the release announcement.
@derickr derickr merged commit 67c8ec8 into php:master Mar 17, 2026
3 checks passed
@lacatoire lacatoire deleted the fix/missing-deprecation-1233 branch March 17, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The PHP 8.4 announcement page misses some deprecations

2 participants